Removes a subindex from the collection.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public bool Remove(
	Subindex<T> definition
)
Visual Basic
Public Function Remove ( _
	definition As Subindex(Of T) _
) As Boolean

Parameters

definition
Type: C1.LiveLinq.Indexing..::..Subindex<(Of <(<'T>)>)>
The subindex to remove.

Return Value

true if a subindex has been removed; false if the subindex does not belong to this collection.

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

See Also